home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
cheezy_chums.swf
/
scripts
/
DefineButton2_51
/
BUTTONCONDACTION on(keyPress Left).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
240 b
|
12 lines
on(keyPress "<Left>"){
if(eval("/:pad_locx") >= "90")
{
setProperty("_level0/paddle", _X, eval("/:pad_locx") - "22");
tellTarget("chip")
{
gotoAndStop("runright");
play();
}
}
}